Skip to content

staging-next 2026-06-27#535855

Merged
vcunat merged 1912 commits into
masterfrom
staging-next
Jul 8, 2026
Merged

staging-next 2026-06-27#535855
vcunat merged 1912 commits into
masterfrom
staging-next

Conversation

@mweinelt

Copy link
Copy Markdown
Member

First big staging cycle post 26.05 release. We are free of x86_64-darwin and have the new queue-runner which is full of surprises.

Helpful links
Important breakages

nothing so far :-)

@nixpkgs-ci nixpkgs-ci Bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jun 27, 2026
@thunze thunze added the 4.workflow: staging A staging-next or staging-next-XX.YY branch label Jun 27, 2026
@nixpkgs-ci nixpkgs-ci Bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Jun 27, 2026
@vcunat vcunat mentioned this pull request Jun 30, 2026
14 tasks
@vcunat vcunat linked an issue Jun 30, 2026 that may be closed by this pull request
4 tasks
@vcunat

vcunat commented Jun 30, 2026

Copy link
Copy Markdown
Member

@vcunat

vcunat commented Jun 30, 2026

Copy link
Copy Markdown
Member

For people not in chat, @emilazy says that these should be more instances of #536363

@vcunat vcunat mentioned this pull request Jul 1, 2026
13 tasks
@mweinelt

mweinelt commented Jul 4, 2026

Copy link
Copy Markdown
Member Author
  • awscli2 (test failures after relaxing urllib3 @davegallant @devusb @anthonyroussel
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_can_disable_tls_using_endpoint_scheme_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_crt_recommended_target_throughput_default - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_default_part_size_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_disable_botocore_credentials_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_falls_back_to_session_region_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_fio_options_configure_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_multipart_chunksize_configure_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_target_bandwidth_configure_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_target_bandwidth_uses_crt_recommended_throughput - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_uses_botocore_credentials_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_uses_endpoint_url_parameter_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_uses_region_parameter_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::TestTransferManagerFactory::test_uses_tls_by_default_for_crt_manager - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_transfer_manager_cls_resolution[crt-extra_params3-False-False-CRTTransferManager] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_transfer_manager_cls_resolution[None-extra_params5-True-False-CRTTransferManager] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_transfer_manager_cls_resolution[auto-extra_params6-True-False-CRTTransferManager] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_transfer_manager_cls_resolution[crt-extra_params8-True-False-CRTTransferManager] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_transfer_manager_cls_resolution[crt-extra_params12-True-True-CRTTransferManager] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_transfer_manager_cls_resolution[crt-extra_params20-False-False-CRTTransferManager] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_factory_always_acquires_crt_transfer_lock_for_crt_manager[auto-True] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_factory_always_acquires_crt_transfer_lock_for_crt_manager[crt-False] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    FAILED tests/unit/customizations/s3/test_factory.py::test_factory_always_acquires_crt_transfer_lock_for_crt_manager[crt-True] - RuntimeError: 1033 (AWS_IO_TLS_CTX_ERROR): Failed to create tls context
    = 22 failed, 4532 passed, 4 skipped, 3 deselected, 2 warnings in 152.87s (0:02:32) =
    

vcunat and others added 18 commits July 4, 2026 06:06
…uild

pkg_resources was removed from the ttfautohint-py source code.
It started causing dependency conflicts because python3Packages.fs
depends on setuptools 80.
pkg_resources was removed from the source code.
It started causing dependency conflicts because python3Packages.fs
depends on setuptools 80.
'fs' is unsupported on Python 3.14 which breaks 'gftools' on 3.14.
This was tested in production and not only is fints 5.x compatible, it is
also required to have support for newer formats and protocols that banks
require.
Only consumer was pretix-banktool, which now depends on fints 5.x.
@leonklingele

Copy link
Copy Markdown
Contributor

Can we get #539379 included? It's a security release. @mweinelt

Comment thread pkgs/development/libraries/gstreamer/bad/default.nix
@mweinelt

mweinelt commented Jul 8, 2026

Copy link
Copy Markdown
Member Author

Can we get #539379 included? It's a security release. @mweinelt

We're not eating 20k rebuilds per platform at this stage, sorry.

@vcunat

vcunat commented Jul 8, 2026

Copy link
Copy Markdown
Member

@dschrempf

Copy link
Copy Markdown
Contributor

Ad kodi: Probably relevant : xbmc/xbmc#28023

Issue is fixed on master, no plans for backport to Kodi 21.

@vcunat vcunat enabled auto-merge July 8, 2026 14:42
@vcunat vcunat disabled auto-merge July 8, 2026 14:47
@vcunat vcunat merged commit 1e94a03 into master Jul 8, 2026
57 of 64 checks passed
vbgl added a commit to vbgl/coq-nix-toolbox that referenced this pull request Jul 8, 2026
@spiage

This comment was marked as resolved.

@mweinelt

mweinelt commented Jul 8, 2026

Copy link
Copy Markdown
Member Author

Please share an evaluation attempt with --show-trace.

@spiage

This comment was marked as resolved.

@mweinelt

mweinelt commented Jul 8, 2026

Copy link
Copy Markdown
Member Author

Looks like this originates from inputs.vscode-server.nixosModules.default.

@spiage

spiage commented Jul 8, 2026

Copy link
Copy Markdown

Looks like this originates from inputs.vscode-server.nixosModules.default.

@mweinelt Thank you, you are right, with this lines commented I have no issues

  # inputs.vscode-server.url = "github:nix-community/nixos-vscode-server";
  # inputs.vscode-server.inputs.nixpkgs.follows = "nixpkgs";

vbgl added a commit to rocq-community/coq-nix-toolbox that referenced this pull request Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: staging A staging-next or staging-next-XX.YY branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

orca-slicer: App does not display correctly on KDE Plasma and Wayland and is unusable. zathura: missing link numbering